type net/http.http2PushPromiseFrame

7 uses

	net/http (current package)
		h2_bundle.go#L2602: type http2PushPromiseFrame struct {
		h2_bundle.go#L2608: func (f *http2PushPromiseFrame) HeaderBlockFragment() []byte {
		h2_bundle.go#L2613: func (f *http2PushPromiseFrame) HeadersEnded() bool {
		h2_bundle.go#L2618: 	pp := &http2PushPromiseFrame{
		h2_bundle.go#L5160: 	case *http2PushPromiseFrame:
		h2_bundle.go#L8856: 		case *http2PushPromiseFrame:
		h2_bundle.go#L9553: func (rl *http2clientConnReadLoop) processPushPromise(f *http2PushPromiseFrame) error {